
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '     P l e a s e   r o t a t e   t h e   M o u s e   W h e e l 
 
 '         o n   t h e   " C o n t r o l s "   p a n e l 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 L o o p 
 
 S t o p 
 
 
 
 L a b e l   L o o p 
 
 	 v 1   =   v 1   +   M o u s e W h e e l 
 
 	 v 1   =   L i m i t ( v 1 ,   - 1 9 ,   + 1 9 ) 
 
 	 P r i n t   v 1 
 
 	 W a i t   S e c o n d s   0 . 1 
 
 G o t o   L o o p 
 
 
 
 